home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / snz128s / doc / changes.128 next >
Text File  |  1994-06-18  |  7KB  |  170 lines

  1. Demon Internet Simple News v1.28
  2. ================================
  3.  
  4. [ This is a copy of the standard PC documentation with the Atari specific ]
  5. [ details interspersed.                                                   ]
  6.  
  7. [Atari differences indicated thus].
  8.  
  9. [ Atari port by Graham Judd - gjudd@siward.demon.co.uk                    ]
  10. [                             gjudd@cix.compulink.co.uk                   ]
  11. [ Port released 18 June 1994.                                             ]
  12. [ Please note that I am working in California until the end of September  ]
  13. [ 1994 and I will not be available for any support questions so use this  ]
  14. [ release at your own risk!                                               ]
  15.  
  16. GENERAL
  17. =======
  18.  
  19.     1.28 is a minor upgrade to fix bugs that have been reported in 
  20.     Snews 1.27 over the last 4 months.
  21.  
  22.     Colour processing from the snews.rc file now ignores incomplete
  23.     lines, rather than setting to black.
  24. [   Colour is not supported in the Atari port].
  25.     
  26.  
  27.     Support has been added for a list of suspended newsgroups. This
  28.     is functional in Snews, but will only be of real value when the
  29.     DIS front end has been updated to support suspended newsgroups.
  30.  
  31.     The suspend list is an ascii file containing one newsgroup per
  32.     line. The file is called 'suspend' and should be placed in the
  33.     snews directory, the same location as the file 'active'.
  34.  
  35.     A newsgroup placed on the suspend list is highlighted in Snews
  36.     newsgroup display with brackets '[----]' and is bypassed by the
  37.     normal TAB key reading functions unless deliberately entered using
  38.     the enter or arrow keys.
  39.  
  40.     Attempts to post to or follow up in a suspended group are met
  41.     with a warning message, which must be accepted before posting
  42.     is permitted.
  43.  
  44.     Rmgroup will refuse to delete any newsgroup on the suspend list.
  45.  
  46.     NOTE: Unbatch and Expire will still process suspended groups as
  47.     normal.
  48.  
  49. UNBATCH
  50. =======
  51.  
  52. 1)   Error checking has been improved in a number of situations where
  53.      previously error handling was left to DOS.
  54.  
  55. 2)   Unbatch now attempts to remove all its lock files when it finishes.
  56.      This can not be 100% as there are valid reasons for not removing
  57.      lock files. (e.g. Removing lock files when they were present
  58.      before unbatch was invoked)
  59.  
  60. 3)   Unbatch did not account for the increasing size of the in memory
  61.      history list when running. This is the cause of some of the 'out
  62.      of memory' errors. Corrected.
  63.  
  64. 4)   The bugs preventing unbatch processing multiple batch files in a
  65.      single pass have been corrected.
  66.  
  67. [    The function of the -f and -l switches have been reversed.         ]
  68. [    If -f is specified, it now means DO NOT filter non-printables.     ]
  69. [    If -l is specified, it now means DO check article length.          ]
  70. [    I have done this because the default action for -f could cause     ]
  71. [    bus errors and I have not had time to find out why;                ]
  72. [    and the default action for -l was causing #!rnews headers to be    ]
  73. [    missed, with the result that messages were being appended to       ]
  74. [    other messages and hence being placed into the wrong group.        ]
  75. [    If you are specifying either the -f or -l switches when running    ]
  76. [    unbatch, do not do so; if you were not, you will have to specify   ]
  77. [    them to get the same functionality as SNews1.27.  I would          ]
  78. [    recommend that you do not specify these switches unless you have   ]
  79. [    a particular need to do so.                                        ]
  80.  
  81. SNEWS
  82. =====
  83.  
  84. 1)   The 'K' command now prompts for confirmation (in non expert mode)
  85.      at both the thread and article levels.
  86.  
  87. 2)   The 'o' command is now supported at the thread level for printing
  88.      a full thread.
  89. [    I inadvertantly forgot to define 'stdprn' to be 'stdprt'.  It is   ]
  90. [    defined to 'stderr' so printing will be to the screen unless you   ]
  91. [    can redirect stderr.  You will have to save a group/thread/article ]
  92. [    and then print the saved file.  Sorry...                           ]
  93.  
  94. 3)   At the thread and article levels the 's' command now permits an
  95.      abort, replace or append choice if the file named already exists.
  96.  
  97. 4)   XX.YY style added to smart thread matching routine.
  98.  
  99. 5)   The text from an entire newsgroup can be saved by entering 's' at
  100.      the newsgroup selection screen, with the pointer marking the
  101.      group to be saved.
  102.  
  103. 6)   In article display, lines were being wrapped 1 column early. e.g.
  104.      at col 79 on an 80 col display. Corrected.
  105.  
  106. 7)   There is a limit in alias handling in that a name prompt can be
  107.      answered with an alias, *or* a proper name. A mixture of alias
  108.      and full names, or multiple aliases is not correctly processed.
  109.      This, and the limitation of aliases not being accepted after
  110.      entering the editor will be addressed in a future version.
  111.  
  112. 8)   When an article with follow-up to poster is followed up, but to
  113.      the newsgroup, not the sender, it was posted to newsgroup 'poster'.
  114.      Corrected.
  115.  
  116. 9)   New item in snews.rc - footers. When set to 'on' snews will add
  117.      the signature separator "-- " before the signature and will also
  118.      stop quoting included text (for example when quoting messages for
  119.      followups) when this separator is found. The default is 'on' which
  120.      corresponds with current behaviour for adding the separator. This
  121.      setting can be altered for the current session from the F3 settings
  122.      screen.
  123. [    So, if you have "-- " in your .sig file, take it out.                ]
  124.  
  125. 10)  If a newsgroup is on the suspend list, it is displayed on the
  126.      newsgroup selection screen enclosed in square brackets '[--]'.
  127.      Selecting groups by the TAB key, will bypass this group, rather
  128.      than enter it of there are any new articles to read. Enter and
  129.      arrow keys will still enter the suspended group.
  130.  
  131. EXPIRE
  132. ======
  133.  
  134. 1)   A check has been added to prevent expire removing out of time
  135.      sequence articles when expiring articles. This should reduce the
  136.      incidence of 'Article xx found, when yy expected'.
  137.  
  138.    Thanks to ubik.demon.co.uk for assistance in adding this feature.
  139.  
  140. 2)   If articles are found out of time sequence when expiring, they are
  141.      now retained and the time corrected to match the sequence.
  142.  
  143. 3)   The bug preventing 'expire 0' from working has been corrected.
  144.  
  145. REINDEX
  146. =======
  147.  
  148.      No changes.
  149.  
  150. ADDGROUP
  151. ========
  152.      No changes.
  153.  
  154.  
  155. RMGROUP
  156. =======
  157.  
  158. 1)   If a newsgroup is on the suspend list, rmgroup will refuse to 
  159.      remove the newsgroup form the active file.
  160.  
  161. Malcolm@muir.demon.co.uk
  162. 2 Apr 1994
  163. =========================================================================
  164. [ gjudd@siward.demon.co.uk, gjudd@cix.compulink.co.uk                     ]
  165. [ 18 June 1994                                                            ]
  166. [ Please note that I am working in California until the end of September  ]
  167. [ 1994 and I will not be available for any support questions so use this  ]
  168. [ release at your own risk!                                               ]
  169.  
  170.